Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swa UI #343

Draft
wants to merge 20 commits into
base: develop
Choose a base branch
from
Draft

Swa UI #343

wants to merge 20 commits into from

Conversation

LinqLover
Copy link
Contributor

@LinqLover LinqLover commented Aug 30, 2021

An incomplete list of what remains to be done:

ekrebs5 and others added 6 commits July 17, 2021 12:16
make buttons functional, improve ui, change terminology to git terminology (remove "load" and "save" verbs)

Co-authored-by: Tom Beckmann <tomjonabc@gmail.com> and Eva Krebs <eva.krebs@hpi.de>
SystemOrganization addCategory: #'SquotTonel-Tests'!
SystemOrganization addCategory: #'SquotTonel-Core'!
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: fix commit errors!

Comment on lines 3 to 4
#slotOverrides : { },
#objectsReplacedByNames : true,
#slotOverrides : IdentityDictionary { },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: fix commit errors!

title: 'Select changes and message for the new version';
applyToWorkingCopy)
then: [:result | self refresh. aBlock value]
ifRejected: [:reason | nil])]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recently fixed an issue here in the original method. See #341

self withUnitOfWork: [
self selectedRepository
loadVersion: self selectedCommit
interactive: aBoolean].
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loadVersion does not merge, it is rather like checkout or reset. Did you intend to use some flavor of mergeVersion instead?

as yet unclassified
example

SBMorphExample
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example would not load in a clean image, since Sandblocks is not a dependency of Squot. Mind this for the final PR.

createRepository

| repositoryPath |
directory := (FileDirectory default on: 'squot-repositories', FileDirectory slash, name) assureExistence.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not FileDirectory default / 'squot-repositories' / name?

@@ -0,0 +1 @@
(name 'Squit-ct.5' message 'empty log message' id 'f05de4c6-5f71-6f4c-9080-f5fd744b072c' date '30 August 2021' time '5:20:35.40661 pm' author 'ct' ancestors ((name 'Squit-ct.4' message 'empty log message' id '555ffaf2-7cbe-e747-9fd1-fc706de0aa88' date '30 August 2021' time '5:19:42.73361 pm' author 'ct' ancestors ((name 'Squit-cypress.1' message 'fabricated from a Cypress format repository' id '4a5f3775-51a1-2145-beb7-ebcdb560f31a' date '30 August 2021' time '3:16:59.539657 pm' author '' ancestors () stepChildren ())) stepChildren ())) stepChildren ())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is going on here? There should be no Monticello metadata here.

assert: SquotTonelSerializer name
equals: ((snapshot artifactAt: 'src/Test') storeInfo serializer);
assert: ((snapshot artifactAt: 'src/Test') shadowOfTrackedObject respondsTo: #packageName)
description: 'not a SquotPackageShadow'.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete something for this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants